[INFO] cloning repository https://github.com/Bowman7/ray-tracer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bowman7/ray-tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBowman7%2Fray-tracer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBowman7%2Fray-tracer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7ece46055afe30feb8d6b4dfc507d8b2cde3a0d4
[INFO] checking Bowman7/ray-tracer against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBowman7%2Fray-tracer" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  32% (533/1659)
Updating files:  33% (548/1659)
Updating files:  34% (565/1659)
Updating files:  35% (581/1659)
Updating files:  36% (598/1659)
Updating files:  37% (614/1659)
Updating files:  38% (631/1659)
Updating files:  39% (648/1659)
Updating files:  40% (664/1659)
Updating files:  41% (681/1659)
Updating files:  42% (697/1659)
Updating files:  43% (714/1659)
Updating files:  44% (730/1659)
Updating files:  45% (747/1659)
Updating files:  46% (764/1659)
Updating files:  47% (780/1659)
Updating files:  48% (797/1659)
Updating files:  49% (813/1659)
Updating files:  50% (830/1659)
Updating files:  51% (847/1659)
Updating files:  52% (863/1659)
Updating files:  53% (880/1659)
Updating files:  54% (896/1659)
Updating files:  55% (913/1659)
Updating files:  56% (930/1659)
Updating files:  57% (946/1659)
Updating files:  58% (963/1659)
Updating files:  59% (979/1659)
Updating files:  60% (996/1659)
Updating files:  61% (1012/1659)
Updating files:  62% (1029/1659)
Updating files:  63% (1046/1659)
Updating files:  64% (1062/1659)
Updating files:  65% (1079/1659)
Updating files:  66% (1095/1659)
Updating files:  67% (1112/1659)
Updating files:  68% (1129/1659)
Updating files:  69% (1145/1659)
Updating files:  70% (1162/1659)
Updating files:  71% (1178/1659)
Updating files:  72% (1195/1659)
Updating files:  73% (1212/1659)
Updating files:  74% (1228/1659)
Updating files:  75% (1245/1659)
Updating files:  76% (1261/1659)
Updating files:  77% (1278/1659)
Updating files:  78% (1295/1659)
Updating files:  79% (1311/1659)
Updating files:  79% (1320/1659)
Updating files:  80% (1328/1659)
Updating files:  81% (1344/1659)
Updating files:  82% (1361/1659)
Updating files:  83% (1377/1659)
Updating files:  84% (1394/1659)
Updating files:  85% (1411/1659)
Updating files:  86% (1427/1659)
Updating files:  87% (1444/1659)
Updating files:  88% (1460/1659)
Updating files:  89% (1477/1659)
Updating files:  90% (1494/1659)
Updating files:  91% (1510/1659)
Updating files:  92% (1527/1659)
Updating files:  92% (1536/1659)
Updating files:  93% (1543/1659)
Updating files:  94% (1560/1659)
Updating files:  95% (1577/1659)
Updating files:  96% (1593/1659)
Updating files:  97% (1610/1659)
Updating files:  98% (1626/1659)
Updating files:  99% (1643/1659)
Updating files: 100% (1659/1659)
Updating files: 100% (1659/1659), done.
[INFO] started tweaking git repo https://github.com/Bowman7/ray-tracer
[INFO] finished tweaking git repo https://github.com/Bowman7/ray-tracer
[INFO] tweaked toml for git repo https://github.com/Bowman7/ray-tracer written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Bowman7/ray-tracer on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Bowman7/ray-tracer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tuple_utils v0.3.0
[INFO] [stderr]   Downloaded specs v0.16.1
[INFO] [stderr]   Downloaded mopa v0.2.2
[INFO] [stderr]   Downloaded ahash v0.3.8
[INFO] [stderr]   Downloaded shred v0.10.2
[INFO] [stderr]   Downloaded raylib v5.0.2
[INFO] [stderr]   Downloaded hashbrown v0.7.2
[INFO] [stderr]   Downloaded raylib-sys v5.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c304971a6229f02cbaf30f04c83b7500184a2436196ce62cbef8386c34beb858
[INFO] running `Command { std: "docker" "start" "c304971a6229f02cbaf30f04c83b7500184a2436196ce62cbef8386c34beb858", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c304971a6229f02cbaf30f04c83b7500184a2436196ce62cbef8386c34beb858", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c304971a6229f02cbaf30f04c83b7500184a2436196ce62cbef8386c34beb858" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c304971a6229f02cbaf30f04c83b7500184a2436196ce62cbef8386c34beb858", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c304971a6229f02cbaf30f04c83b7500184a2436196ce62cbef8386c34beb858" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling hashbrown v0.7.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling cmake v0.1.52
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking ahash v0.3.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking mopa v0.2.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking hibitset v0.6.4
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking shrev v1.1.3
[INFO] [stderr]     Checking tuple_utils v0.3.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tynm v0.1.10
[INFO] [stderr]     Checking shred v0.10.2
[INFO] [stderr]     Checking specs v0.16.1
[INFO] [stderr]    Compiling specs-derive v0.4.1
[INFO] [stderr]    Compiling raylib-sys v5.0.2
[INFO] [stderr]     Checking raylib v5.0.2
[INFO] [stderr]     Checking raytracer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `raylib::prelude::*`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use raylib::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/vec3.rs:136:19
[INFO] [stdout]     |
[INFO] [stdout] 136 |       let temp : f64 = (v1.v1 * v2.v1
[INFO] [stdout]     |                        ^
[INFO] [stdout] 137 |                 + v1.v2 * v2.v2
[INFO] [stdout] 138 |                 + v1.v3 * v2.v3
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 139 | |     );
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 136 ~     let temp : f64 = v1.v1 * v2.v1
[INFO] [stdout] 137 |               + v1.v2 * v2.v2
[INFO] [stdout] 138 ~               + v1.v3 * v2.v3;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/vec3.rs:175:2
[INFO] [stdout]     |
[INFO] [stdout] 171 |         return true;
[INFO] [stdout]     |         ----------- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 175 |     return false;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ray.rs:112:6
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let mut pixel = Pixel{pos_x: 0,pos_y: 0,p_r:0,p_g:0,p_b:0,p_color:Color::new(255,0,0,1)};
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `aspect_ratio`
[INFO] [stdout]   --> src/ray.rs:47:6
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let aspect_ratio : f64 = 16.0/9.0;
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aspect_ratio`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `pixel_centre` is never read
[INFO] [stdout]    --> src/ray.rs:117:32
[INFO] [stdout]     |
[INFO] [stdout] 117 |     let mut pixel_centre : Vec3 = Vec3::Init_Vec(0.0,0.0,0.0);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 144 |         pixel_centre = pixel_00_loc.clone();
[INFO] [stdout]     |         ----------------------------------- `pixel_centre` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `col`
[INFO] [stdout]    --> src/ray.rs:206:6
[INFO] [stdout]     |
[INFO] [stdout] 206 |     for col in 0..200{
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_col`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut ray_main = Ray::Init_Ray();
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CANVAS_HEIGHT` is never used
[INFO] [stdout]  --> src/ray.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | const CANVAS_HEIGHT : i32 = 720;
[INFO] [stdout]   |       ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CANVAS_WIDTH` is never used
[INFO] [stdout]  --> src/ray.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const CANVAS_WIDTH  : i32 = 1280;
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `IMAGE_WIDTH` and `IMAGE_HEIGHT` are never read
[INFO] [stdout]   --> src/ray.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Ray{
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 31 |     IMAGE_WIDTH : u32 , 
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 32 |     IMAGE_HEIGHT : u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `Get_V1`, `Get_V2`, and `Print_Color_Vec` are never used
[INFO] [stdout]    --> src/vec3.rs:85:12
[INFO] [stdout]     |
[INFO] [stdout]  11 | impl Vec3{
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn Get_V1(&self)->f64{
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub fn Get_V2(&self)->f64{
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn Print_Color_Vec(&self){
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IMAGE_WIDTH` should have a snake case name
[INFO] [stdout]   --> src/ray.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     IMAGE_WIDTH : u32 , 
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `image_width`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IMAGE_HEIGHT` should have a snake case name
[INFO] [stdout]   --> src/ray.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     IMAGE_HEIGHT : u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `image_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Init_Ray` should have a snake case name
[INFO] [stdout]   --> src/ray.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn Init_Ray() -> Self{
[INFO] [stdout]    |            ^^^^^^^^ help: convert the identifier to snake case: `init_ray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Draw_Ray` should have a snake case name
[INFO] [stdout]    --> src/ray.rs:192:12
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn Draw_Ray(&self,rl: &mut RaylibHandle,thread: &RaylibThread){
[INFO] [stdout]     |            ^^^^^^^^ help: convert the identifier to snake case: `draw_ray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Init_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn Init_Vec(v1: f64, v2: f64 ,v3: f64)->Self{
[INFO] [stdout]    |            ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `init_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Div_Vec_Double` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn Div_Vec_Double(&mut self,v : Vec3, val: f64){
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `div_vec_double`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sub_Self_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn Sub_Self_Vec(&mut self, p_vec : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sub_self_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sub_Vec_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn Sub_Vec_Vec(&mut self, p_v1 : Vec3, p_v2 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sub_vec_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sub_Self_Vec_ul` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn Sub_Self_Vec_ul(&mut self, p_vec : Vec3, val: f64){
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sub_self_vec_ul`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sum_Vec_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn Sum_Vec_Vec(&mut self, v_1 : Vec3 , v_2 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sum_vec_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sum_Self_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn Sum_Self_Vec(&mut self,v_1 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sum_self_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Mul_Self_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn Mul_Self_Vec(&mut self,val: f64){
[INFO] [stdout]    |            ^^^^^^^^^^^^ help: convert the identifier to snake case: `mul_self_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Mul_Val_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn Mul_Val_Vec(&mut self,v : Vec3 , val : f64){
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case: `mul_val_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Unit_Self_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn Unit_Self_Vec(&mut self,t_v1 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `unit_self_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_V1` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:85:12
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn Get_V1(&self)->f64{
[INFO] [stdout]    |            ^^^^^^ help: convert the identifier to snake case: `get_v1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_V2` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn Get_V2(&self)->f64{
[INFO] [stdout]    |            ^^^^^^ help: convert the identifier to snake case: `get_v2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Mul_Num_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn Mul_Num_Vec(&mut self,val: f64, v1 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case: `mul_num_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Convert_To_Color` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn Convert_To_Color(&mut self){
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_to_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Print_Color` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn Print_Color(&self){
[INFO] [stdout]     |            ^^^^^^^^^^^ help: convert the identifier to snake case: `print_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_R` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn Get_R(&self)->i64{
[INFO] [stdout]     |            ^^^^^ help: convert the identifier to snake case: `get_r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_G` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn Get_G(&self)->i64{
[INFO] [stdout]     |            ^^^^^ help: convert the identifier to snake case: `get_g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_B` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn Get_B(&self)->i64{
[INFO] [stdout]     |            ^^^^^ help: convert the identifier to snake case: `get_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Print_Color_Vec` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn Print_Color_Vec(&self){
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `print_color_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Dot_Vec_Vec` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn Dot_Vec_Vec(&self,v1 : Vec3,v2 : Vec3)->f64{
[INFO] [stdout]     |            ^^^^^^^^^^^ help: convert the identifier to snake case: `dot_vec_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Hit_Sphere` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn Hit_Sphere(&self,ray_direction : Vec3) -> bool{
[INFO] [stdout]     |            ^^^^^^^^^^ help: convert the identifier to snake case: `hit_sphere`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `CP` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 |     let mut CP : Vec3 = Self::Init_Vec(0.0,0.0,0.0);
[INFO] [stdout]     |             ^^ help: convert the identifier to snake case: `cp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Calculate_Color` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:178:12
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn Calculate_Color(&self,ray_direction : Vec3,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `calculate_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `raylib::prelude::*`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use raylib::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/vec3.rs:136:19
[INFO] [stdout]     |
[INFO] [stdout] 136 |       let temp : f64 = (v1.v1 * v2.v1
[INFO] [stdout]     |                        ^
[INFO] [stdout] 137 |                 + v1.v2 * v2.v2
[INFO] [stdout] 138 |                 + v1.v3 * v2.v3
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 139 | |     );
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 136 ~     let temp : f64 = v1.v1 * v2.v1
[INFO] [stdout] 137 |               + v1.v2 * v2.v2
[INFO] [stdout] 138 ~               + v1.v3 * v2.v3;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/vec3.rs:175:2
[INFO] [stdout]     |
[INFO] [stdout] 171 |         return true;
[INFO] [stdout]     |         ----------- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 175 |     return false;
[INFO] [stdout]     |     ^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ray.rs:112:6
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let mut pixel = Pixel{pos_x: 0,pos_y: 0,p_r:0,p_g:0,p_b:0,p_color:Color::new(255,0,0,1)};
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `aspect_ratio`
[INFO] [stdout]   --> src/ray.rs:47:6
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let aspect_ratio : f64 = 16.0/9.0;
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aspect_ratio`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `pixel_centre` is never read
[INFO] [stdout]    --> src/ray.rs:117:32
[INFO] [stdout]     |
[INFO] [stdout] 117 |     let mut pixel_centre : Vec3 = Vec3::Init_Vec(0.0,0.0,0.0);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 144 |         pixel_centre = pixel_00_loc.clone();
[INFO] [stdout]     |         ----------------------------------- `pixel_centre` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `col`
[INFO] [stdout]    --> src/ray.rs:206:6
[INFO] [stdout]     |
[INFO] [stdout] 206 |     for col in 0..200{
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_col`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut ray_main = Ray::Init_Ray();
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CANVAS_HEIGHT` is never used
[INFO] [stdout]  --> src/ray.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | const CANVAS_HEIGHT : i32 = 720;
[INFO] [stdout]   |       ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CANVAS_WIDTH` is never used
[INFO] [stdout]  --> src/ray.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const CANVAS_WIDTH  : i32 = 1280;
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `IMAGE_WIDTH` and `IMAGE_HEIGHT` are never read
[INFO] [stdout]   --> src/ray.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Ray{
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 31 |     IMAGE_WIDTH : u32 , 
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 32 |     IMAGE_HEIGHT : u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `Get_V1`, `Get_V2`, and `Print_Color_Vec` are never used
[INFO] [stdout]    --> src/vec3.rs:85:12
[INFO] [stdout]     |
[INFO] [stdout]  11 | impl Vec3{
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn Get_V1(&self)->f64{
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub fn Get_V2(&self)->f64{
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn Print_Color_Vec(&self){
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IMAGE_WIDTH` should have a snake case name
[INFO] [stdout]   --> src/ray.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     IMAGE_WIDTH : u32 , 
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `image_width`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `IMAGE_HEIGHT` should have a snake case name
[INFO] [stdout]   --> src/ray.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     IMAGE_HEIGHT : u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `image_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Init_Ray` should have a snake case name
[INFO] [stdout]   --> src/ray.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn Init_Ray() -> Self{
[INFO] [stdout]    |            ^^^^^^^^ help: convert the identifier to snake case: `init_ray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Draw_Ray` should have a snake case name
[INFO] [stdout]    --> src/ray.rs:192:12
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn Draw_Ray(&self,rl: &mut RaylibHandle,thread: &RaylibThread){
[INFO] [stdout]     |            ^^^^^^^^ help: convert the identifier to snake case: `draw_ray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Init_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn Init_Vec(v1: f64, v2: f64 ,v3: f64)->Self{
[INFO] [stdout]    |            ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `init_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Div_Vec_Double` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn Div_Vec_Double(&mut self,v : Vec3, val: f64){
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `div_vec_double`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sub_Self_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn Sub_Self_Vec(&mut self, p_vec : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sub_self_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sub_Vec_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn Sub_Vec_Vec(&mut self, p_v1 : Vec3, p_v2 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sub_vec_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sub_Self_Vec_ul` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn Sub_Self_Vec_ul(&mut self, p_vec : Vec3, val: f64){
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sub_self_vec_ul`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sum_Vec_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn Sum_Vec_Vec(&mut self, v_1 : Vec3 , v_2 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sum_vec_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Sum_Self_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn Sum_Self_Vec(&mut self,v_1 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sum_self_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Mul_Self_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn Mul_Self_Vec(&mut self,val: f64){
[INFO] [stdout]    |            ^^^^^^^^^^^^ help: convert the identifier to snake case: `mul_self_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Mul_Val_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:67:12
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn Mul_Val_Vec(&mut self,v : Vec3 , val : f64){
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case: `mul_val_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Unit_Self_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn Unit_Self_Vec(&mut self,t_v1 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `unit_self_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_V1` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:85:12
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn Get_V1(&self)->f64{
[INFO] [stdout]    |            ^^^^^^ help: convert the identifier to snake case: `get_v1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_V2` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn Get_V2(&self)->f64{
[INFO] [stdout]    |            ^^^^^^ help: convert the identifier to snake case: `get_v2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Mul_Num_Vec` should have a snake case name
[INFO] [stdout]   --> src/vec3.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn Mul_Num_Vec(&mut self,val: f64, v1 : Vec3){
[INFO] [stdout]    |            ^^^^^^^^^^^ help: convert the identifier to snake case: `mul_num_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Convert_To_Color` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn Convert_To_Color(&mut self){
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_to_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Print_Color` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn Print_Color(&self){
[INFO] [stdout]     |            ^^^^^^^^^^^ help: convert the identifier to snake case: `print_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_R` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn Get_R(&self)->i64{
[INFO] [stdout]     |            ^^^^^ help: convert the identifier to snake case: `get_r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_G` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn Get_G(&self)->i64{
[INFO] [stdout]     |            ^^^^^ help: convert the identifier to snake case: `get_g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Get_B` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn Get_B(&self)->i64{
[INFO] [stdout]     |            ^^^^^ help: convert the identifier to snake case: `get_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Print_Color_Vec` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn Print_Color_Vec(&self){
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `print_color_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Dot_Vec_Vec` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn Dot_Vec_Vec(&self,v1 : Vec3,v2 : Vec3)->f64{
[INFO] [stdout]     |            ^^^^^^^^^^^ help: convert the identifier to snake case: `dot_vec_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Hit_Sphere` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn Hit_Sphere(&self,ray_direction : Vec3) -> bool{
[INFO] [stdout]     |            ^^^^^^^^^^ help: convert the identifier to snake case: `hit_sphere`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `CP` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:153:10
[INFO] [stdout]     |
[INFO] [stdout] 153 |     let mut CP : Vec3 = Self::Init_Vec(0.0,0.0,0.0);
[INFO] [stdout]     |             ^^ help: convert the identifier to snake case: `cp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `Calculate_Color` should have a snake case name
[INFO] [stdout]    --> src/vec3.rs:178:12
[INFO] [stdout]     |
[INFO] [stdout] 178 |     pub fn Calculate_Color(&self,ray_direction : Vec3,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `calculate_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "c304971a6229f02cbaf30f04c83b7500184a2436196ce62cbef8386c34beb858", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c304971a6229f02cbaf30f04c83b7500184a2436196ce62cbef8386c34beb858", kill_on_drop: false }`
[INFO] [stdout] c304971a6229f02cbaf30f04c83b7500184a2436196ce62cbef8386c34beb858
